body {
  overflow-x: hidden;
}

body h2 {
  text-align: center;
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  body h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  body h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 575px) {
  body h2 {
    font-size: 6vw;
  }
}

body h3 {
  font-size: 34px;
}

.italic {
  font-style: italic;
}

.light {
  font-weight: 300;
}

.semibold {
  font-weight: 600;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

h1, h2, h3, h4, h5, h6, p, span, a {
  font-family: 'Montserrat', sans-serif;
}

.cont-banner {
  height: 49vw;
  background-image: url(../img/banner.png);
  background-size: cover;
}

.cont-banner .container {
  position: relative;
  top: 21vw;
  text-align: center;
}

.cont-banner .container a {
  position: relative;
  top: 13vw;
}

@media screen and (max-width: 767px) {
  .cont-banner .container a {
    display: none;
  }
}

.cont-banner h1 {
  font-size: 66px;
  text-align: left;
}

@media screen and (max-width: 1199px) {
  .cont-banner h1 {
    font-size: 53px;
  }
}

@media screen and (max-width: 991px) {
  .cont-banner h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  .cont-banner h1 {
    font-size: 4.2vw;
  }
}

@media screen and (max-width: 575px) {
  .cont-banner h1 {
    font-size: 5.2vw;
    line-height: 1;
  }
}

.cont-banner .bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.cont-about {
  background-image: url(../img/fondo-gris1.png);
  background-size: cover;
  height: 37vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-about .container {
  margin-top: 10vw;
}

.cont-about .box-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-about h3 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 992px) {
  .cont-about h3 {
    -webkit-transform: translateX(30%) rotate(-90deg);
    -ms-transform: translateX(30%) rotate(-90deg);
    transform: translateX(30%) rotate(-90deg);
  }
}

.cont-about p {
  font-size: 23px;
  text-align: justify;
}

@media screen and (max-width: 1199px) {
  .cont-about p {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .cont-about .light {
    display: none;
  }
  .cont-about .box-about {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .cont-about p {
    font-size: 3.7vw;
  }
}

.cont-work {
  margin-top: 8vw;
  margin-bottom: 8vw;
}

.cont-work .flexbig {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 34vw;
  margin-top: 4vw;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  .cont-work .flexbig {
    height: auto;
  }
}

.cont-work .box-work {
  background-size: cover;
  height: 315px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

@media screen and (max-width: 1199px) {
  .cont-work .box-work {
    height: 264px;
  }
}

@media screen and (max-width: 991px) {
  .cont-work .box-work {
    height: 196px;
  }
}

@media screen and (max-width: 767px) {
  .cont-work .box-work {
    height: 170px;
  }
}

@media screen and (max-width: 575px) {
  .cont-work .box-work {
    height: 53vw;
    padding: 0 4%;
  }
}

@media screen and (max-width: 500px) {
  .cont-work .box-work {
    height: 52.5vw;
  }
}

@media screen and (max-width: 365px) {
  .cont-work .box-work {
    height: 51vw;
  }
}

.cont-work [data-anime3] {
  opacity: 0;
}

.cont-work [data-anime3="left"] {
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.cont-work [data-anime3="right"] {
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

.cont-work [data-anime3].animate3,
.cont-work .animationClass {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cont-work .flexsmall {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32%;
  position: relative;
}

.cont-work .flexsmall h3 {
  color: white;
}

@media screen and (max-width: 1199px) {
  .cont-work .flexsmall h3 {
    font-size: 26px;
  }
}

@media screen and (max-width: 991px) {
  .cont-work .flexsmall h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .cont-work .flexsmall h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 575px) {
  .cont-work .flexsmall h3 {
    font-size: 5vw;
  }
}

.cont-work .flexsmall p {
  color: white;
  position: absolute;
  right: 3%;
  bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .cont-work .flexsmall p {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .cont-work .flexsmall p {
    font-size: 3vw;
  }
}

.cont-work .flexsmall img {
  min-width: 60px;
  max-width: 78px;
  margin-right: 3%;
}

@media screen and (max-width: 767px) {
  .cont-work .flexsmall img {
    min-width: 50px;
  }
}

@media screen and (max-width: 575px) {
  .cont-work .flexsmall img {
    min-width: 0;
    width: 19%;
  }
}

.cont-work .flex-work-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 68%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7% 8%;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cont-work .flex-work-cont {
    padding: 4% 0;
  }
}

@media screen and (max-width: 767px) {
  .cont-work .flex-work-cont {
    padding: 5% 0;
  }
}

.cont-work .flex-work-cont p {
  text-align: justify;
  margin: 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .cont-work .flex-work-cont p {
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  .cont-work .flex-work-cont p {
    font-size: 12px;
  }
}

@media screen and (max-width: 575px) {
  .cont-work .flex-work-cont p {
    font-size: 3vw;
  }
}

.cont-work .flex-work-cont .empleador {
  margin-right: 5%;
}

.cont-work .flex-work-cont .flex {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-work .work1 {
  background-image: url(../img/box-work1.png);
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media screen and (max-width: 767px) {
  .cont-work .work1 {
    margin-right: 5px;
  }
}

.cont-work .work2 {
  background-image: url(../img/box-work2.png);
  -ms-flex-item-align: end;
  align-self: flex-end;
}

@media screen and (min-width: 576px) and (max-width: 767px) {
  .cont-work .work2 {
    margin-left: 5px;
  }
}

@media screen and (max-width: 575px) {
  .cont-work .work2 {
    margin-top: 20px;
  }
}

.cont-work img {
  width: 20%;
}

.cont-work .linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.cont-work .linea img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .cont-work .linea {
    display: none;
  }
}

.cont-education {
  background-image: url(../img/fondo-gris2.png);
  background-size: cover;
  height: 43vw;
}

@media screen and (max-width: 767px) {
  .cont-education {
    background: none;
    height: auto;
  }
}

.cont-education .flex-big {
  height: 25vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 767px) {
  .cont-education .flex-big {
    height: auto;
  }
}

.cont-education .flexsmall {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-education h2 {
  padding: 3vw 0;
}

@media screen and (max-width: 991px) {
  .cont-education h2 {
    padding: 2vw 0;
  }
}

@media screen and (max-width: 767px) {
  .cont-education h2 {
    padding: 2vw 0 1vw;
  }
}

.cont-education p {
  margin: 0;
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .cont-education p {
    font-size: 12px;
  }
}

.cont-education .principal {
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  .cont-education .principal {
    font-size: 15px;
  }
}

.cont-education .education-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  width: 100%;
}

.cont-education .box-nxp {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cont-education .box-nxp img {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cont-education .linea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  position: absolute;
  left: 50%;
}

@media screen and (max-width: 991px) {
  .cont-education .linea img {
    width: 6px;
  }
}

@media screen and (max-width: 767px) {
  .cont-education .linea {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .cont-education .box-recording {
    padding-top: 3vw;
  }
  .cont-education .box-universidad {
    padding-bottom: 4%;
  }
}

@media screen and (max-width: 991px) {
  .cont-education .mic-img {
    width: 5vw;
  }
  .cont-education .losandes-img {
    width: 18%;
  }
  .cont-education .nxp-img {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .cont-education {
    padding-bottom: 25px;
  }
  .cont-education .education-left {
    width: 100%;
  }
  .cont-education .mic-img {
    width: 37px;
  }
  .cont-education .losandes-img {
    width: 100px;
  }
  .cont-education .box-recording {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-bottom: 25px;
  }
  .cont-education .box-recording img {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .cont-education .box-nxp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-item-align: start;
    align-self: flex-start;
    padding-bottom: 25px;
  }
  .cont-education .box-nxp img {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.cont-portfolio {
  margin: 7vw 0 8vw;
}

.cont-portfolio .port-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-portfolio h2 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .cont-portfolio h2 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}

.cont-portfolio p {
  text-align: justify;
}

@media screen and (max-width: 575px) {
  .cont-portfolio p {
    font-size: 4vw;
  }
}

.cont-portfolio .texto-sm-port {
  display: none;
}

.cont-portfolio .port-img {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-portfolio img {
  -webkit-filter: contrast(0.8);
  filter: contrast(0.8);
}

.cont-portfolio img:hover {
  -webkit-filter: none;
  filter: none;
}

@media screen and (max-width: 767px) {
  .cont-portfolio img {
    -webkit-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 1199px) {
  .cont-portfolio img {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .cont-portfolio .texto-full-port {
    display: none;
  }
  .cont-portfolio .texto-sm-port {
    display: block;
  }
}

.cont-prof h2 {
  margin-bottom: 4vw;
}

.cont-prof h3 {
  text-align: center;
  height: 90px;
}

@media screen and (max-width: 575px) {
  .cont-prof h3 {
    font-size: 6vw;
    height: auto;
    margin-bottom: 6vw;
  }
}

.cont-prof .col-md-3 {
  max-width: 22%;
}

@media screen and (max-width: 767px) {
  .cont-prof .skills p {
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .cont-prof .skills p {
    margin-bottom: 1vw;
  }
}

.cont-prof .bar-prof-out {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
  .cont-prof .bar-prof-out {
    margin-bottom: 1vw;
  }
}

.cont-prof .bar-prof-out .bar-prof-in {
  position: relative;
}

.cont-prof .bar-prof-out p {
  margin: 0;
  width: 97%;
  text-align: right;
  color: white;
  line-height: 1.2;
}

@media screen and (max-width: 575px) {
  .cont-prof .bar-prof-out p {
    font-size: 12px;
  }
}

.cont-prof .bar-prof-out .percentage {
  position: absolute;
  top: 0;
}

.cont-prof .bar-prof-out .filltext {
  visibility: hidden;
}

.cont-prof .bar-prof-out .width80 {
  width: 80%;
}

.cont-prof .bar-prof-out .width75 {
  width: 75%;
}

.cont-prof .bar-prof-out .width70 {
  width: 70%;
}

.cont-prof .bar-prof-out .width50 {
  width: 50%;
}

.cont-prof .bar-prof-out .bar-out1 {
  border: 1px solid #5DC6CD;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in1 {
  background-color: #5DC6CD;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.cont-prof .bar-prof-out .bar-out2 {
  border: 1px solid #5DC7CB;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in2 {
  background-color: #5DC7CB;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.9s;
  -o-transition: 1.9s;
  transition: 1.9s;
}

.cont-prof .bar-prof-out .bar-out3 {
  border: 1px solid #5DC9C9;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in3 {
  background-color: #5DC9C9;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.4s;
  -o-transition: 1.4s;
  transition: 1.4s;
}

.cont-prof .bar-prof-out .bar-out4 {
  border: 1px solid #5DCAC7;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in4 {
  background-color: #5DCAC7;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.cont-prof .bar-prof-out .bar-out5 {
  border: 1px solid #5DCBC5;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in5 {
  background-color: #5DCBC5;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.cont-prof .bar-prof-out .bar-out6 {
  border: 1px solid #5DCCC3;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in6 {
  background-color: #5DCCC3;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s;
}

.cont-prof .bar-prof-out .bar-out7 {
  border: 1px solid #5DCDC0;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in7 {
  background-color: #5DCDC0;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
}

.cont-prof .bar-prof-out .bar-out8 {
  border: 1px solid #5DCEBE;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in8 {
  background-color: #5DCEBE;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.6s;
  -o-transition: 1.6s;
  transition: 1.6s;
}

.cont-prof .bar-prof-out .bar-out9 {
  border: 1px solid #5DCFBC;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in9 {
  background-color: #5DCFBC;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.7s;
  -o-transition: 1.7s;
  transition: 1.7s;
}

.cont-prof .bar-prof-out .bar-out10 {
  border: 1px solid #5DD1BA;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in10 {
  background-color: #5DD1BA;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}

.cont-prof .bar-prof-out .bar-out11 {
  border: 1px solid #5DD2B8;
  border-radius: 50px;
  width: 100%;
}

.cont-prof .bar-prof-out .bar-in11 {
  background-color: #5DD2B8;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  -webkit-transition: 1.7s;
  -o-transition: 1.7s;
  transition: 1.7s;
}

.cont-prof .bar-prof-out [data-anime] {
  width: 0;
}

.cont-prof .bar-prof-out [data-anime].animate,
.cont-prof .bar-prof-out .animationClass {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .cont-prof .volunteering-title {
    height: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.cont-prof h5 {
  text-align: center;
  padding-bottom: 15px;
  font-size: 24px;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .cont-prof h5 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  .cont-prof .volunt-lang {
    margin-top: 5vw;
  }
}

.cont-prof .vol-box {
  margin-bottom: 15px;
}

.cont-prof .volunteering-subt {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
}

.cont-prof .vol-text {
  font-size: 14px;
}

.cont-prof .idiomas {
  width: 100%;
}

.cont-prof .idiomas p {
  width: 40%;
  margin: 5px 0;
  font-size: 17px;
}

.cont-prof .idiomas .circle-box {
  width: 40%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1199px) {
  .cont-prof .idiomas .circle-box {
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .cont-prof .idiomas .circle-box {
    width: 45%;
  }
}

.cont-prof .idiomas .spanishc .circles {
  background-color: #5DD3B6;
  border: 2px solid #5DD3B6;
  -webkit-transition: 1.1s;
  -o-transition: 1.1s;
  transition: 1.1s;
  position: absolute;
  top: -2px;
  left: -2px;
}

.cont-prof .idiomas .spanishc .empty {
  position: relative;
  background-color: transparent;
}

.cont-prof .idiomas .englishc .circles {
  background-color: #5DD4B4;
  border: 2px solid #5DD4B4;
  -webkit-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
  position: absolute;
  top: -2px;
  left: -2px;
}

.cont-prof .idiomas .englishc .empty {
  position: relative;
  background-color: transparent;
}

.cont-prof .idiomas .portuguesec .circles {
  background-color: #5DD5B2;
  border: 2px solid #5DD5B2;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  top: -2px;
  left: -2px;
}

.cont-prof .idiomas .portuguesec .empty {
  position: relative;
  background-color: transparent;
}

.cont-prof .idiomas .germanc .circles {
  background-color: #5DD6B0;
  border: 2px solid #5DD6B0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  top: -2px;
  left: -2px;
}

.cont-prof .idiomas .germanc .empty {
  position: relative;
  background-color: transparent;
}

.cont-prof .idiomas .circles {
  width: 17px;
  height: 17px;
  border-radius: 50px;
}

.cont-prof .idiomas [data-anime2] {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.cont-prof .idiomas [data-anime2="esp"].animate2 {
  -webkit-animation: pop 0.3s linear;
  animation: pop 0.3s linear;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cont-prof .idiomas [data-anime2="eng"].animate2 {
  -webkit-animation: pop 0.3s linear;
  animation: pop 0.3s linear;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cont-prof .idiomas [data-anime2="por"].animate2 {
  -webkit-animation: pop 0.3s linear;
  animation: pop 0.3s linear;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.cont-prof .idiomas [data-anime2="ger"].animate2 {
  -webkit-animation: pop 0.3s linear;
  animation: pop 0.3s linear;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.cont-interests {
  margin-top: 8vw;
  margin-bottom: 12vw;
}

.cont-interests .cont-title {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.cont-interests .cont-title-big {
  padding-bottom: 2vw;
}

.cont-interests .hoz-line {
  width: 100%;
  max-width: 230px;
  background: black;
  height: 2px;
}

.cont-interests h2 {
  margin: 0;
  padding: 0 4%;
}

.cont-interests p {
  text-align: center;
}

.cont-interests .images {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-interests img {
  width: 20%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .cont-interests img {
    width: 25%;
  }
}

@media screen and (max-width: 991px) {
  .cont-interests img {
    width: 33.3333%;
  }
}

@media screen and (max-width: 767px) {
  .cont-interests img {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .cont-interests img {
    max-height: 37vw;
  }
}

.cont-contact {
  margin-bottom: 200px;
}

.cont-contact .box-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cont-contact h2 {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (max-width: 767px) {
  .cont-contact h2 {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    margin-bottom: 3.5vw;
  }
}

.cont-contact .flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.cont-contact .info {
  height: inherit;
  padding: 0.5vw 0;
  max-height: 130px;
}

.cont-contact .info p {
  font-size: 14px;
}

.cont-contact .info .image {
  width: 50px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .cont-contact .info {
    display: none;
  }
}

.cont-contact form {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cont-contact input, .cont-contact textarea {
  width: 100%;
  padding: 10px 5%;
  border-radius: 5px;
  border: 1.5px solid #d7d7d7;
}

@media screen and (max-width: 991px) {
  .cont-contact input, .cont-contact textarea {
    padding: 7px 5%;
  }
  .cont-contact input::-webkit-input-placeholder, .cont-contact textarea::-webkit-input-placeholder {
    font-size: 13px;
  }
  .cont-contact input:-ms-input-placeholder, .cont-contact textarea:-ms-input-placeholder {
    font-size: 13px;
  }
  .cont-contact input::-ms-input-placeholder, .cont-contact textarea::-ms-input-placeholder {
    font-size: 13px;
  }
  .cont-contact input::placeholder, .cont-contact textarea::placeholder {
    font-size: 13px;
  }
}

@media screen and (max-width: 575px) {
  .cont-contact input::-webkit-input-placeholder, .cont-contact textarea::-webkit-input-placeholder {
    font-size: 12px;
  }
  .cont-contact input:-ms-input-placeholder, .cont-contact textarea:-ms-input-placeholder {
    font-size: 12px;
  }
  .cont-contact input::-ms-input-placeholder, .cont-contact textarea::-ms-input-placeholder {
    font-size: 12px;
  }
  .cont-contact input::placeholder, .cont-contact textarea::placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .cont-contact input, .cont-contact textarea {
    padding: 2px 5%;
  }
}

@media screen and (max-width: 575px) {
  .cont-contact input, .cont-contact textarea {
    margin: 1vw 0;
  }
}

.cont-contact textarea {
  height: 250px;
  resize: none;
}

@media screen and (max-width: 1199px) {
  .cont-contact textarea {
    height: 160px;
  }
}

@media screen and (max-width: 991px) {
  .cont-contact textarea {
    height: 180px;
  }
}

@media screen and (max-width: 767px) {
  .cont-contact textarea {
    height: 160px;
  }
}

.cont-contact p {
  width: auto;
  display: inline;
}

.cont-contact .button {
  display: block;
  width: 100%;
  background-color: #5DD8AE;
  color: white;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  border: none;
}

@media screen and (max-width: 575px) {
  .cont-contact .contact-img-main {
    margin-bottom: 2vw;
    height: 95vw;
  }
}
